Interface XsdSchema


public interface XsdSchema
The interface Xsd schema.
  • Field Details

    • CURRENT_VERSION

      static final String CURRENT_VERSION
      See Also:
    • SUPPORTED_VERSIONS

      static final List<String> SUPPORTED_VERSIONS
    • VERSION_2_XSD

      static final Map<String,org.codehaus.stax2.validation.XMLValidationSchema> VERSION_2_XSD
  • Method Details

    • loadSchemaResource

      static org.codehaus.stax2.validation.XMLValidationSchema loadSchemaResource(String resourcePath)
      Load schema resource xml validation schema.
      Parameters:
      resourcePath - the resource path
      Returns:
      the xml validation schema